home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / text / edit / vim60rt.lha / Vim / vim60 / README.txt < prev    next >
Encoding:
Text File  |  2001-09-26  |  5.5 KB  |  149 lines

  1. README.txt for version 6.0 of Vim: Vi IMproved.
  2.  
  3.  
  4. WHAT IS VIM
  5.  
  6. Vim is an almost compatible version of the UNIX editor Vi.  Many new features
  7. have been added: multi-level undo, syntax highlighting, command line history,
  8. on-line help, filename completion, block operations, etc.  There is also a
  9. Graphical User Interface (GUI) available.  See "runtime/doc/vi_diff.txt" for
  10. differences with Vi.
  11.  
  12. This editor is very useful for editing programs and other plain ASCII files.
  13. All commands are given with normal keyboard characters, so those who can type
  14. with ten fingers can work very fast.  Additionally, function keys can be
  15. defined by the user, and the mouse can be used.
  16.  
  17. Vim currently runs under Amiga DOS, MS-DOS, MS-Windows 95/98/NT, Atari MiNT,
  18. Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of UNIX.
  19. Porting to other systems should not be very difficult.
  20.  
  21.  
  22. DISTRIBUTION
  23.  
  24. There are separate distributions for Unix, PC, Amiga and some other systems.
  25. This README.txt file comes with the runtime archive.  It includes the
  26. documentation, syntax files and other files that are used at runtime.  To run
  27. Vim you must get either one of the binary archives or a source archive.
  28. Which one you need depends on the system you want to run it on and whether you
  29. want or must compile it yourself.  Check "http://vim.sf.net/download.php" for
  30. an overview of currently available distributions.
  31.  
  32.  
  33. DOCUMENTATION
  34.  
  35. The best is to use ":help" in Vim.  If you don't have an executable yet, read
  36. "runtime/doc/help.txt".  It contains pointers to the other documentation
  37. files.  The User Manual reads like a book and is recommended to learn to use
  38. Vim.  See ":help user-manual".
  39.  
  40. The vim tutor is a one hour training course for beginners.  Mostly it can be
  41. started as "vimtutor".  See ":help tutor" for more information.
  42.  
  43.  
  44. COPYING
  45.  
  46. Vim is Charityware.  You can use and copy it as much as you like, but you are
  47. encouraged to make a donation to orphans in Uganda.  Please read the file
  48. "runtime/doc/uganda.txt" for details.
  49.  
  50. There are no restrictions on distributing an unmodified copy of Vim.  Parts of
  51. Vim may also be distributed, but this text must always be included.  You are
  52. allowed to include executables that you made from the unmodified Vim sources,
  53. your own usage examples and Vim scripts.
  54.  
  55. If you distribute a modified version of Vim, you are encouraged to send the
  56. maintainer a copy, including the source code.  Or make it available to the
  57. maintainer through ftp; let him know where it can be found.  If the number of
  58. changes is small (e.g., a modified Makefile) e-mailing the diffs will do.
  59. When the maintainer asks for it (in any way) you must make your changes,
  60. including source code, available to him.
  61.  
  62. The maintainer reserves the right to include any changes in the official
  63. version of Vim.  This is negotiable.  You are not allowed to distribute a
  64. modified version of Vim when you are not willing to make the source code
  65. available to the maintainer.
  66.  
  67. The current maintainer is Bram Moolenaar <Bram@vim.org>.  If this changes, it
  68. will be announced in appropriate places (most likely www.vim.org and
  69. comp.editors).  When it is completely impossible to contact the maintainer,
  70. the obligation to send him modified source code ceases.
  71.  
  72. It is not allowed to remove these restrictions from the distribution of the
  73. Vim sources or parts of it.  These restrictions may also be used for previous
  74. Vim releases instead of the text that was included with it.
  75.  
  76.  
  77. COMPILING
  78.  
  79. If you obtained a binary distribution you don't need to compile Vim.  If you
  80. obtained a source distribution, all the stuff for compiling Vim is in the
  81. "src" directory.  See src/INSTALL for instructions.
  82.  
  83.  
  84. INSTALLATION
  85.  
  86. See one of these files for system-specific instructions:
  87. README_ami.txt        Amiga
  88. README_unix.txt        Unix
  89. README_dos.txt        MS-DOS and MS-Windows
  90. README_os2.txt        OS/2
  91. README_mac.txt        Macintosh
  92. README_vms.txt        VMS
  93.  
  94.  
  95. INFORMATION
  96.  
  97. The latest news about Vim can be found on the Vim home page:
  98.     http://vim.sf.org/
  99.  
  100. If you have problems, have a look at the Vim FAQ:
  101.     http://www.vim.org/faq/
  102.  
  103. Send bug reports to:
  104.     Bram Moolenaar <Bram@vim.org>
  105.  
  106. There are four mailing lists for Vim:
  107. <vim@vim.org>
  108.     For discussions about using existing versions of Vim: Useful mappings,
  109.     questions, answers, where to get a specific version, etc.
  110.     Archive: http://groups.yahoo.com/group/vim
  111. <vim-dev@vim.org>
  112.     For discussions about changing Vim: New features, porting, beta-test
  113.     versions, etc.
  114.     Archive: http://groups.yahoo.com/group/vimdev
  115. <vim-announce@vim.org>
  116.     Announcements about new versions of Vim; also beta-test versions and
  117.     ports to different systems.
  118.     Archive: http://groups.yahoo.com/group/vimannounce
  119. <vim-multibyte@vim.org>
  120.     For discussions about using and improving the multi-byte aspects of
  121.     Vim: XIM, Hangul, fontset, etc.
  122.     Archive: http://groups.yahoo.com/group/vim-multibyte
  123. <vim-mac@vim.org>
  124.     For discussions about using and improving Vim on the Macintosh.
  125.     Archive: http://groups.yahoo.com/group/vim-mac
  126.  
  127. See "http://www.vim.org/mail.html"
  128.  
  129. NOTE:
  130. - You can only send messages to these lists if you have subscribed!
  131. - You need to send the messages from the same location as where you subscribed
  132.   from (to avoid spam mail).
  133. - Maximum message size is 40000 characters.
  134.  
  135. If you want to join a maillist, send a message to
  136.     <vim-help@vim.org>
  137. Make sure that your "From:" address is correct.  Then the list server will
  138. send you a help message.
  139.  
  140.  
  141. MAIN AUTHOR
  142.  
  143. Send any other comments, patches, pizza and suggestions to:
  144.  
  145.     Bram Moolenaar        E-mail:    Bram@vim.org
  146.     Clematisstraat 30
  147.     5925 BE  Venlo        Tel: +31 77 3872340
  148.     The Netherlands        Fax/voice-mail: +31 84 8508509
  149.